home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / windows / ocx / ver.exe / SA_ABOUT.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1994-04-26  |  2.1 KB  |  73 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About Setup Apprentice ..."
  5.    ClientHeight    =   1620
  6.    ClientLeft      =   1995
  7.    ClientTop       =   2835
  8.    ClientWidth     =   6015
  9.    ControlBox      =   0   'False
  10.    Height          =   2025
  11.    Left            =   1935
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   1620
  16.    ScaleWidth      =   6015
  17.    Top             =   2490
  18.    Width           =   6135
  19.    Begin CommandButton Command1 
  20.       Caption         =   "OK"
  21.       Default         =   -1  'True
  22.       Height          =   375
  23.       Left            =   4680
  24.       TabIndex        =   4
  25.       Top             =   240
  26.       Width           =   1095
  27.    End
  28.    Begin PictureBox Picture1 
  29.       BorderStyle     =   0  'None
  30.       Height          =   495
  31.       Left            =   240
  32.       Picture         =   SA_ABOUT.FRX:0000
  33.       ScaleHeight     =   495
  34.       ScaleWidth      =   495
  35.       TabIndex        =   0
  36.       Top             =   240
  37.       Width           =   495
  38.    End
  39.    Begin Label Label3 
  40.       Caption         =   "Copyright 1994 by Mabry Software"
  41.       Height          =   255
  42.       Left            =   1080
  43.       TabIndex        =   3
  44.       Top             =   1200
  45.       Width           =   3255
  46.    End
  47.    Begin Label Label2 
  48.       Caption         =   "Version 1.00"
  49.       Height          =   255
  50.       Left            =   1080
  51.       TabIndex        =   2
  52.       Top             =   600
  53.       Width           =   2295
  54.    End
  55.    Begin Label Label1 
  56.       Caption         =   "Setup Apprentice Setup"
  57.       FontBold        =   -1  'True
  58.       FontItalic      =   0   'False
  59.       FontName        =   "MS Sans Serif"
  60.       FontSize        =   12
  61.       FontStrikethru  =   0   'False
  62.       FontUnderline   =   0   'False
  63.       Height          =   375
  64.       Left            =   1080
  65.       TabIndex        =   1
  66.       Top             =   240
  67.       Width           =   3255
  68.    End
  69. Option Explicit
  70. Sub Command1_Click ()
  71.     Form2.Hide
  72. End Sub
  73.